docs: don't use properties syntax for style properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:10:05 +0000 (16:10 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:38 +0000 (18:57 -0500)
gtk/gtkwidget.c

index d9e8365d784893c735170fc7223e73d6d0300c6b..aa92ea56508121ecd43760a0e64aa01cc527b8a6 100644 (file)
@@ -9189,7 +9189,7 @@ gtk_widget_override_symbolic_color (GtkWidget     *widget,
  *     calls to of gtk_widget_override_cursor().
  *
  * Sets the cursor color to use in a widget, overriding the
- * #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color
+ * cursor-color and secondary-cursor-color
  * style properties. All other style values are left untouched.
  * See also gtk_widget_modify_style().
  *